projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b99a4da
)
ci: Allow release job to fail
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 Feb 2020 15:12:14 +0000
(15:12 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 Feb 2020 15:12:14 +0000
(15:12 +0000)
We need to investigate release-specific failures, and possibly fix our
test suite to deal with debug-specific poking through the internal
state.
For the time being, allow the release job to fail, but this is strictly
a temporary measure.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 58db3d7a4e4038c8078a876fdb8b356f596ae0a2..6df0a99184c28f268e843b91b0866608185dd055 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-80,6
+80,7
@@
release-build:
_build
- ninja -C _build
- .gitlab-ci/run-tests.sh _build
+ allow_failure: true
artifacts:
when: always
reports: